-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gutter character configuration. #5371
Conversation
Should I rebase on their work and use |
39918b2
to
33bc160
Compare
2829f25
to
a9691ef
Compare
Just rebased to benefit from the upstream changes. |
There is also overlap with #2869 which is larger in scope; cc @lazytanuki |
I’m rebasing my PR tonight. @sudormrfbin I’m not entirely sure how it overlaps, but if it does, what should be the next step? I saw the PR you mentioned is based on several other PRs. Not sure what would change in my PR. |
This commit adds support for configuring the gutter characters. Currently, three flavours are supported: - Diagnostics, with a string. - Breakpoints, with two strings (one for verified and one for non-verified breakpoints). - And diffs, with three strings (add, remove, change).
c915294
to
b280008
Compare
It is rebased and can now be reviewed. Thanks @dgkf for the ping in your PR! |
Hi @phaazon. As @sudormrfbin said, your PR overlaps with #2869 which, between other things, allowed the customization of diagnostic and breakpoint symbols. As per @sudormrfbin's request I also implemented the customization of diff symbols as well, so I'm afraid it is now superseeded by #2869. |
Okay, I missed that part @lazytanuki. I’m having a look at your PR to see how it works. Thanks for the review! |
Alright, should I close the PR? Is #2869 enough for the need solved by my PR (i.e. configuring icons for |
I’m closing as it’s already implemented in #2869. |
This commit adds support for configuring the gutter characters. Currently, three flavours are supported: